Add LC Customer
The Add LC Customer request adds an LC customer to Live Platform.
URI
Copy
{{baseUrl}}api/ovoc/v1/topology/lcCustomers/
HTTP Method
POST
Request Parameter
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
string |
Name of the new customer. |
|
tenantId |
string |
AudioCodes provided tenant Id of the Service Provider operator entity in the Live Platform database. |
Example Response
Copy
{
"id": 3731,
"url": "ovoc/v1/topology/lcCustomers/3731"
}
HTTP Responses
| ■ | 201 Created |
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
string |
Channel Id that is generated by this request. You can then use this value to retrieve the new channel using Get List of Channels and for assigning to leads (see Assign Consentless Lead to Channel). |
|
url |
string |
Rest URL for retrieving details of the new channel. |